* outline.el (outline-regexp, outline-heading-end-regexp): Use
authorBastien Guerry <bzg@gnu.org>
Wed, 20 Feb 2013 13:05:24 +0000 (14:05 +0100)
committerBastien Guerry <bzg@gnu.org>
Wed, 20 Feb 2013 13:05:24 +0000 (14:05 +0100)
commit43e0ad1ada487b858c7d7145ecd7040f81372d8d
tree6dc02e616542e5035fe851b610e2395744fd1b6c
parent6b8d29ce54865df07a6ab49d9137d97328096437
* outline.el (outline-regexp, outline-heading-end-regexp): Use
variables, not options (bug#13731).

Setting this as a global option is likely to be useless, because it is
unlikely that all outline file will use the modified regexp.

Additionnally, if one of these variables if set through customize and
the outline keybindings don't work in a standard outline file, it is
hard to know why.

Thanks to T. V. Raman for reporting this.
lisp/ChangeLog
lisp/outline.el